Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Utility Functions /


JMGetVersion

Returns the version of JManager available on the host computer.

UInt32 JMGetVersion (void);
function result
A version code. This value is similar to the value of the kJMVersion constant.
DISCUSSION
A version of JManager older than the one your embedding application compiled against may not have the same functionality; you can use JMGetVersion and compare the result against kJMVersion to avoid calling nonexisting functions.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997